Class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>SerializationCallback
Inheritance
System.Object
<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>SerializationCallback
Assembly: IronWord.dll
Syntax
public sealed class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>SerializationCallback : MulticastDelegate
Constructors
<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>SerializationCallback(Object, IntPtr)
Declaration
public <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>SerializationCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, StreamingContext, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object o, StreamingContext context, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
System.Runtime.Serialization.StreamingContext |
context |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, StreamingContext)
Declaration
public virtual void Invoke(object o, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
System.Runtime.Serialization.StreamingContext |
context |
|